home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 7 / PC World Interactive 7.iso / bb2000 / files / BlueIntr.dxr / 00149.ls < prev    next >
Encoding:
Text File  |  1998-02-20  |  214 b   |  14 lines

  1. global gMasterObj, gIntroTriggerFlag
  2.  
  3. on startMovie
  4.   autoUnloadMovie(gMasterObj)
  5.   set gIntroTriggerFlag to 1
  6.   cursor(4)
  7. end
  8.  
  9. on idle
  10.   if the platform = "Windows,32" then
  11.     checkSound(gMasterObj)
  12.   end if
  13. end
  14.